home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / mu17_ext.zip / DMAKEFIL < prev    next >
Text File  |  1994-03-07  |  207b  |  13 lines

  1. CC       = DCC
  2. FLAGS    = -2.0 -mr -proto -r
  3. SOURCE   = UserID.c
  4. EXEC     = UserID
  5. LIB      = multiuser
  6.  
  7. All : $(EXEC)
  8.  
  9. $(EXEC) : $(SOURCE)
  10.    $(CC) %(right) -o %(left) -l$(LIB) $(FLAGS)
  11.    Copy $(EXEC) C:
  12.  
  13.